The Loopback translator, known by the type name loopback , provides a quick testing solution. It supports all SQL constructs and returns default results, with configurable behavior.
Execution Properties
Name |
Description |
Default |
ThrowError |
true to always throw an error |
false |
RowCount |
Rows returned for non-update queries. |
1 |
WaitTime |
Wait randomly up to this number of milliseconds with each sourc query. |
0 |
PollIntervalInMilli |
if positive results will be "asynchronously" returned - that is a DataNotAvailableException will be thrown initially and the engine will wait the poll interval before polling for the results. |
-1 |
The source connection is required for this translator